CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Block Matching for Motion Estimation algorithm

搜索资源列表

  1. Circuit3

    0下载:
  2. 目标:手工选择视频图像上的待跟踪目标;利用块匹配的方法估计目标区域在下一帧图像中的位置;循环这个过程直到目标从图像帧中消失。 技术:avi视频流的帧读取;图像帧存储格式的了解;RGB图像的灰度化;灰度图象的平滑滤波;块运动估计算法的实现;使用MFC显示图像帧;MFC上鼠标事件的使用。 -objectives : manually select video images on the question target tracking; Use block matching methods
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:110080
    • 提供者:
  1. HBMA

    0下载:
  2. This function calculate block motion vectors (with integer pel accuracy), using hierarchical block matching algorithm. %An example of main function calling this function is "MEMBA", which can be entered on the command window. %The function also u
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:2655
    • 提供者:冯欣
  1. samples(me)

    0下载:
  2. 运动预测块匹配算法-Block-Matching Motion Estimation Algorithm
  3. 所属分类:Multimedia program

    • 发布日期:2017-11-26
    • 文件大小:7476
    • 提供者:
  1. AFastBlock2matchingMotionEstimationAlgorithm

    0下载:
  2.  为了减小运动估计算法的计算复杂度及提高视频压缩编码的效率,提出了一种新的快速、有效的块匹配运 动估计算法.-In order to reduce the motion estimation algorithm of the computational complexity and improve the efficiency of video compression coding, a new fast and effective block-matching motion estimat
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:586567
    • 提供者:孙翔
  1. BlockMatchingAlgorithmsforMotionEstimation

    0下载:
  2. 】在对目前运动估计快速块匹配算法研究的基础上, 描述了运动估计的基本原理 揭示了提高运动估计效率的关键技术, 并对相关的算法进行了分析和比较 提出了运动估计算法今后的研究方向。-] In the current fast block-matching motion estimation algorithm based on the descr iption of the basic principles of motion estimation revealed to enhance the e
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:67614
    • 提供者:孙翔
  1. Ahighlyaccuratethree2stepsearch

    0下载:
  2. 由于基于块匹配的快速运动搜索算法中三步法的小运动估计效果较差,使其运动估计精度明显下降,还导致三步法缺乏良好的扩展性. 因此对三步法进行了改进,即在前两步总是将搜索步长减半继 续搜索.-As a result of block matching based on the rapid movement in the three-step search algorithm for motion estimation of small less effective so that it signi
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:112000
    • 提供者:孙翔
  1. MEBMA

    0下载:
  2. MEBMA (Motion Estimation (ME) Block Matching algorithm) compute various complexity and distortion parameters for given movie (.mat format) in either HBMA (multy resolution) or EBMA (full search) Block Matching algorithms The function produce output
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-28
    • 文件大小:1486
    • 提供者:冯欣
  1. VLSL-Design-of-High-Performance-Full-search-Block-

    0下载:
  2. 给出了一种用于H.264变换尺寸全搜索快匹配算法的运动估计电路的改进结构,并完成了VLSI设计。通过脉动阵列和全流水线的设计,达到最高的数据重用率、最小的I/O引脚和100 的硬件计算效率。-An improved architecture for H.264 full-pel motion estimation using variable block size full-search block-matching algorithm is proposed in this paper. To
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-24
    • 文件大小:512651
    • 提供者:
  1. BlockMatchingAlgoMPEG

    0下载:
  2. Block Matching Algorithms for Motion Estimation This project contains the project report and source code by Aroh Barjatya for Digital Image Processing Class at Utah State University. Following is a short descr iption of the m files in this
  3. 所属分类:matlab

    • 发布日期:2016-01-25
    • 文件大小:118846
    • 提供者:Yashil
  1. BasicMotionVectorEstimation

    1下载:
  2. 运动估计块匹配算法 以下是工程中m文件的简单注释: main.m 可通过主函数调用各种基本的块匹配算法 FullSearch.m 全搜索法(又称为Exhaustive Search) ThreeStepSearch.m 三步搜索法(Three Step Search) NewTSS.m 新三步搜索法(New Three Step Search Algorithm) SESTSS.m 简便高效的三步搜索法(Simple And Efficient TSS)
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4724753
    • 提供者:alan
  1. MotionEstimationquickalgorithm

    0下载:
  2. 摘 要:基于块的运动估计是视频压缩国际标准中广泛采用的关键技术。在对目前运动估计快速块匹配算法研究的基础上,描述了运动估计 的原理;揭示 了在图像质量、搜索速度和压缩码率等方面提高算法效率时存在的3 类主要问题 :初始搜索点的选择、匹配准则和搜索策略 ; 分另 q 阐述了目前常用的解决这3 类问题的方法,并进行了比较和分析 ;提出了对运动估计算法的一些展望。-Abstract: The block-based motion estimation is a video compress
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:181972
    • 提供者:zjl
  1. YASUO

    0下载:
  2. 视频压缩中的块匹配运动估计算法研究 视频压缩中的块匹配运动估计算法研究-Video compression algorithm for block motion estimation in video compression algorithm for block matching motion estimation
  3. 所属分类:Project Design

    • 发布日期:2017-05-15
    • 文件大小:3818802
    • 提供者:
  1. HBMA

    1下载:
  2. HBMA为基于块的分级匹配算法,是一种典型的运动估计算法,适用于特征追踪和运动估计-HBMA classification based on block matching algorithm is a typical motion estimation algorithm for feature tracking and motion estimation
  3. 所属分类:Special Effects

    • 发布日期:2015-07-28
    • 文件大小:333824
    • 提供者:heyi
  1. fullsearch

    0下载:
  2. this the full search block matching agorithm algorithm for motion estimation-this is the full search block matching agorithm algorithm for motion estimation
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2343
    • 提供者:ebi
  1. motionEstDSLS

    0下载:
  2. 视频编码中的运动估计,用于块匹配搜索算法,进行最佳匹配快的搜索。-Motion estimation in video encoding, for the block matching algorithm, the best match for fast search.
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2107
    • 提供者:刘海
  1. motionEstCDS

    0下载:
  2. 视频编码中的运动估计,用于块匹配搜索算法,进行最佳匹配快的搜索-Motion estimation in video encoding, for the block matching algorithm, the best match for fast search.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2242
    • 提供者:刘海
  1. block-matching-motion-estimation

    0下载:
  2. 块运动估计搜索算法 包含十字搜索 菱形法 钻石法 等等 matlab-search algorithm for fast block-matching motion estimation
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-11
    • 文件大小:18463168
    • 提供者:郑冠雄
  1. BlockMatchingAlgorithmsForMotionEstimation

    0下载:
  2. Block Matching Algorithm for Motion Estimation in Video Coding using Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:102095
    • 提供者:Lam Nguyen
搜珍网 www.dssz.com